projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19183a2
)
(help-mode): Set view-no-disable-on-exit.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Aug 1997 22:25:31 +0000
(22:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Aug 1997 22:25:31 +0000
(22:25 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index ab3e0d096ab86237f4840e9d4d3006ad16d9def5..d2497337076e0efc3ad6994cdbad9c5c2ea32076 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-123,6
+123,8
@@
Commands:
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults '(help-font-lock-keywords))
(view-mode)
+ (make-local-variable 'view-no-disable-on-exit)
+ (setq view-no-disable-on-exit t)
(run-hooks 'help-mode-hook))
(defun help-quit ()